home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / share / 36 / setup.exe / _SETUP.1 / hands_on.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-12-15  |  1.9 KB  |  128 lines

  1. /* Created using Style Master from Western Civilisation CSS1 { 139 270 451 409 } */
  2. BODY
  3. {background-color: white;
  4. font-family: verdana, "trebuchet ms", arial, helvetica, sans-serif;
  5. font-size: 1em;
  6. margin-left: 10%;
  7. text-align: left}
  8.  
  9. P, H1, H2, H3, H4, H5, H6, UL, OL
  10. {background-color: white;
  11. font-family: verdana, "trebuchet ms", arial, helvetica, sans-serif}
  12.  
  13. .right-justified
  14. {text-align: right}
  15.  
  16. EM
  17. {font-style: normal;
  18. font-weight: bold}
  19.  
  20. H1
  21. {border: none;
  22. font-size: 1.2em;
  23. margin-left: -8%}
  24.  
  25. H2
  26. {font-size: 1.15em;
  27. margin-left: -8%}
  28.  
  29. H3
  30. {font-size: 1.1em;
  31. margin-left: -6%}
  32.  
  33. H4
  34. {font-size: 1em;
  35. margin-left: -4%}
  36.  
  37. H5
  38. {font-size: 1em}
  39.  
  40. H1, H2, H3, H4, H5, H6
  41. {background-color: #ff6600;
  42. border: none;
  43. font-weight: bold;
  44. padding: .5%;
  45. text-align: left}
  46.  
  47. H1 A:link
  48. {background-color: #ff6600}
  49.  
  50. H1 A:visited
  51. {background-color: #ff6600}
  52.  
  53. H1 A:hover
  54. {background-color: #ff6600}
  55.  
  56. H2 A:link
  57. {background-color: #ff6600}
  58.  
  59. H2 A:visited
  60. {background-color: #ff6600}
  61.  
  62. H2 A:hover
  63. {background-color: #ff6600}
  64.  
  65. /* classes */
  66.  
  67. .excercise
  68. {background-color: #000000;
  69. color: #ff6600}
  70.  
  71. .step
  72. {font-family: courier, geneva, sans-serif;
  73. left: 30px;
  74. position: relative;
  75. text-align: left}
  76.  
  77. .instruction-intro
  78. {font-weight: bold;
  79. left: 20px;
  80. position: relative;
  81. text-align: left;
  82. text-decoration: underline}
  83.  
  84. .stuff
  85. {font-family: courier, "courier new", monospace}
  86.  
  87. .navigation-bar
  88. {background-color: #ffcc33;
  89. border: none;
  90. font-size: .9em;
  91. text-align: center}
  92.  
  93. /* links */
  94.  
  95. A
  96. {color: black;
  97. text-decoration: none}
  98.  
  99. A:link
  100. {background-color: #ffcc33}
  101.  
  102. A:active
  103. {}
  104.  
  105. A:visited
  106. {background-color: #ffcc33}
  107.  
  108. A:hover
  109. {background-color: #ff9933;
  110. text-decoration: underline}
  111.  
  112. .button
  113. {color: black;
  114. font-family: charcoal, chicago, arial, sans-serif;
  115. font-size: 1em;
  116. vertical-align: middle}
  117.  
  118. .menu
  119. {color: black;
  120. font-family: charcoal, chicago, arial, sans-serif;
  121. font-size: 1em;
  122. vertical-align: middle}
  123.  
  124. A:link IMG
  125. {background-color: #f93}
  126.  
  127. CODE
  128. {font-family: courier, monospace}